projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf3a06
)
list-box: Fix copy-paste error
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 13 Apr 2014 20:55:28 +0000
(13:55 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 13 Apr 2014 21:04:08 +0000
(14:04 -0700)
The new function gtk_list_box_get_selected_rows was implemented
as gtk_list_box_get_selected_children.
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 5baa4ec565ae8f5ff438a49b6baad4799f17d845..f60a7f80e2bbf7caa5037c85626673a4dde76816 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-776,7
+776,7
@@
gtk_list_box_selected_foreach (GtkListBox *box,
}
/**
- * gtk_list_box_get_selected_
children
:
+ * gtk_list_box_get_selected_
rows
:
* @box: a #GtkListBox
*
* Creates a list of all selected children.
@@
-788,7
+788,7
@@
gtk_list_box_selected_foreach (GtkListBox *box,
* Since: 3.14
*/
GList *
-gtk_list_box_get_selected_
children
(GtkListBox *box)
+gtk_list_box_get_selected_
rows
(GtkListBox *box)
{
GtkListBoxRow *row;
GSequenceIter *iter;